home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.10 Oct 90 / LZW Source / LComp.Proj < prev    next >
Encoding:
Text File  |  1989-05-07  |  607 b   |  34 lines  |  [TEXT/MPS ]

  1. #############################################################
  2. #
  3. #   Created:      Monday, October 10, 1988 4:08:42 PM
  4. #
  5. #   Project Name: LComp
  6. #   Project Type: Application
  7. #
  8. #   Finder Type:     APPL
  9. #   Finder Creator:  ????
  10. #   Set Bundle Bit:   TRUE
  11. #
  12. #   Project Source Files:
  13. #      LComp.r
  14. #      lcomp.p
  15.  
  16. lcomp.p.o ƒ ∂
  17.     lcomp.p
  18.         TMLPascal lcomp.p
  19.  
  20. LComp ƒƒ ∂
  21.     lcomp.p.o
  22.         Link -w -t 'APPL' -c 'LZWC' ∂
  23.             lcomp.p.o ∂
  24.             "{Libraries}"Runtime.o ∂
  25.             "{Libraries}"Interface.o ∂
  26.             "{TMLPLibraries}"PasLib.o ∂
  27.             -o LComp
  28.  
  29. LComp ƒƒ ∂
  30.     LComp.r
  31.         Rez -append -o LComp ∂
  32.              LComp.r
  33.         SetFile -a B LComp
  34.